Update bazlets to Gerrit API 2.15.13 Also: * Update the WORKSPACE to use the released API instead of snapshot * Use skylark instead of native.git_repository * Move now-unsupported bazel.rc content to .bazelrc * The same changes need to be applied to the files in the subdirectories Also fixes build issues and API compatibility in a few of the examples. Change-Id: I398d305c93f7919b742b200989196ad83f3387e1 
diff --git a/example-commitValidator/WORKSPACE b/example-commitValidator/WORKSPACE index ec6ae12..68fa79d 100644 --- a/example-commitValidator/WORKSPACE +++ b/example-commitValidator/WORKSPACE 
@@ -3,7 +3,7 @@  load("//:bazlets.bzl", "load_bazlets")    load_bazlets( - commit = "1affa0acc6e730f8959c28a2098b562d11a90f91", + commit = "1650318289e9981c01e9122c62679b814c7d7a48",  # local_path = "/home/<user>/projects/bazlets",  )